ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPAlt<T> Class / ImGearXMPAlt<T> Constructor / ImGearXMPAlt<T> Constructor(String[])
String array.




In This Topic
ImGearXMPAlt<T> Constructor(String[])
In This Topic
Initializes a new instance of the ImGearXMPAlt<T> class with values from the string array.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
 
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPAlt(Of T)(value)

Parameters

value
String array.

Return Value

New instance of ImGearXMPAlt<T> generic class object.
Remarks
This constructor creates an instance of ImGearXMPAlt<T> generic class and initializes it with values from the string array.
See Also